Conversations

0
Web: 0 Β· Cloud: 0

Today

πŸ’¬
0
Web: 0 Β· Cloud: 0

Waiting

⏳
0
Web: 0 Β· Cloud: 0

In Progress

🟒

Invoices & Quotes

0

Pending

πŸ“‹
0

Accepted

βœ…
0

Paid

πŸ’°

Messages per Hour

Active Users

Loading...

Name Users Actions
Loading...
Name Description Users Created Actions
Loading...
Username Link to Status Actions
Loading...

Connection Status

Disconnected

WhatsApp is not connected. Click the button below to connect.

Bot Settings

Auto-Reply Bot

Enable automatic FAQ and welcome message responses

Group Responses

Allow bot to respond in WhatsApp groups

Note: When you manually respond to a conversation, the bot will automatically stop responding to that conversation.

Cloud Conversations

Monitor and manage official API conversations without leaving the workspace.

0
Total
0
Active
0
Waiting
0
Closed

No conversations yet

Incoming messages from Cloud API numbers will appear here.

Flow Builder

Design multi-step experiences with templates, automations, and approvals.

Blocks

Triggers
Keyword
Button Reply
Webhook
Messages
Text
Template
Media
Logic
Conditions
Wait
Assign
Integrations
Webhook
API Call
CRM Sync
Canvas

Drop blocks here to build your flow.

Properties

Select a block to configure messages, routing, and approvals.

Cloud FAQ

Centralize knowledge base answers for official API conversations.

No FAQs yet

Create FAQs to power faster replies and automations.

Mass Campaigns

Send compliant template campaigns using Meta-approved content.

Template

Meta Business Created in Workspace

Audience

Tags Last activity Opt-in

Schedule

Business hours Any time

Preview

Preview content for the selected template and language.

Template Title
Your message preview will appear here.

Official API Connection

Connect Cloud API credentials securely and manage webhook configuration.

Account status Pending
Webhook Disconnected
Template sync Pending

Groups

Loading...

0 contacts
Name Phone Email Group Actions
Loading...

Welcome Messages

Configure the messages that will be sent when a customer starts a conversation (only once per day)

Preview Mobile

Messages will appear here as you type

Frequently Asked Questions

Payment Gateways

Loading payment methods...

Payments Today

0

Total Amount

0.00

Pending

0

Success Rate

0%

Recent Payment Links

ID Customer Amount Method Status Created By Date Actions

AI Messages Today

0

AI Messages This Week

0

Avg Response Time

0s

Active Configuration

None

AI Configurations

Loading...

Loading invoices...

Loading widgets...

API Keys

Name Prefix Status Created Last Used Actions
Loading...
Connection
Base URL: https://example.com
Authentication: Authorization: Bearer YOUR_TOKEN
Tenant: X-Tenant-ID: 1

Authentication

POST /api/auth/login

Generates the access token.

curl -X POST __BASE_URL__/api/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email":"admin@empresa.com","password":"PASSWORD"}'
POST /api/auth/forgot-password
curl -X POST __BASE_URL__/api/auth/forgot-password \
  -H "Content-Type: application/json" \
  -d '{"email":"admin@empresa.com"}'

API Keys

GET /api/tenant/api-keys
curl __BASE_URL__/api/tenant/api-keys \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/tenant/api-keys
curl -X POST __BASE_URL__/api/tenant/api-keys \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name":"Minha integraΓ§Γ£o"}'

Webhooks

GET /api/tenant/webhooks
curl __BASE_URL__/api/tenant/webhooks \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/tenant/webhooks
curl -X POST __BASE_URL__/api/tenant/webhooks \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"event_type":"message.received","webhook_url":"https://your.site/webhook","secret_key":"SECRET"}'

Conversations

GET /api/tenant/conversations
curl "__BASE_URL__/api/tenant/conversations?status=waiting" \
  -H "Authorization: Bearer YOUR_TOKEN"
GET /api/tenant/conversations/stats
curl __BASE_URL__/api/tenant/conversations/stats \
  -H "Authorization: Bearer YOUR_TOKEN"

Contacts

GET /api/contacts/contacts
curl "__BASE_URL__/api/contacts/contacts?limit=50" \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/contacts/contacts
curl -X POST __BASE_URL__/api/contacts/contacts \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"name":"Maria","phone":"5511999999999","email":"maria@empresa.com"}'

Payments

GET /api/payments/methods
curl __BASE_URL__/api/payments/methods \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/payments/link
curl -X POST __BASE_URL__/api/payments/link \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"amount":150,"customer_name":"JoΓ£o","customer_phone":"5511999999999","payment_method":"stripe"}'

Invoices & Quotes

GET /api/invoices
curl __BASE_URL__/api/invoices \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/invoices
curl -X POST __BASE_URL__/api/invoices \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"type":"invoice","customer_name":"Empresa X","amount":350.75}'

WhatsApp

GET /api/tenant/whatsapp/status
curl __BASE_URL__/api/tenant/whatsapp/status \
  -H "Authorization: Bearer YOUR_TOKEN"
POST /api/tenant/whatsapp/connect
curl -X POST __BASE_URL__/api/tenant/whatsapp/connect \
  -H "Authorization: Bearer YOUR_TOKEN"

Event Subscriptions

Event URL Status Created Actions
Loading...

Available Events

  • conversation.created
  • conversation.closed
  • message.received
  • message.sent
  • payment.received

Enter your WooCommerce REST API credentials below. You can generate these in your WordPress admin under WooCommerce > Settings > Advanced > REST API.

⚠️ Important:

Click "Test Connection" first to verify your settings before saving. The system will automatically test the connection when you save.

Example: https://yourstore.com
⚠️ Important: No trailing slash, no spaces, no special characters like & < > " '

πŸ“± Customer Notifications

Important: These notifications are sent automatically to YOUR CUSTOMERS via WhatsApp when they interact with your store (place orders, register, etc.). Configure the messages your customers will receive below.

Webhook Configuration

Configure webhooks in your WooCommerce store to send automatic WhatsApp notifications to your customers.

Add this URL to your WooCommerce webhooks
Optional: Use for webhook signature verification

πŸ›’ New Order

Send confirmation to customer when order is created

Available Placeholders:
{{order_number}} {{customer_name}} {{total}} {{currency}} {{payment_method}} {{items_count}} {{order_status}} {{order_date}}

πŸ‘€ Customer Registration

Send welcome message to new customers

Available Placeholders:
{{customer_name}} {{customer_email}} {{customer_username}} {{registration_date}}

πŸ” Password Reset

Send reset link to customers

Available Placeholders:
{{customer_email}} {{reset_link}} {{request_time}}

πŸ’¬ Product Comment

Send confirmation when customer leaves a review

Available Placeholders:
{{product_name}} {{customer_name}} {{comment_text}} {{rating}} {{comment_date}}